home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / configure.1 < prev    next >
Text File  |  1995-07-25  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4.      ccccoooonnnnffffiiiigggguuuurrrreeee((((1111))))    ccccyyyyggggnnnnuuuussss ssssuuuuppppppppoooorrrrtttt ((((2222 FFFFeeeebbbbrrrruuuuaaaarrrryyyy 1111999999993333))))     ccccoooonnnnffffiiiigggguuuurrrreeee((((1111))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           configure - prepare source code to be built
  10.  
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           configure HOST [--target=TARGET] [--srcdir=DIR] [--rm]
  14.                       [--site=SITE] [--prefix=DIR] [--exec_prefix=DIR]
  15.                       [--program_prefix=DIR] [--tmpdir=DIR]
  16.                       [--with-PACKAGE[=YES/NO]] [--norecursion]
  17.                       [--nfp] [-s] [-v] [-V | --version] [--help]
  18.  
  19.  
  20.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  21.           _c_o_n_f_i_g_u_r_e is a program used to prepare souce code to be
  22.           built.  It does this by generating Makefiles and .gdbinit
  23.           files, creating symlinks, recursing in subdirectories, and
  24.           some other miscellaneous file editing.
  25.  
  26.  
  27.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  28.           _c_o_n_f_i_g_u_r_e accepts the following options:
  29.  
  30.  
  31.           --_t_a_r_g_e_t=_T_A_R_G_E_T
  32.                Requests that the sources be configured to target the
  33.                _T_A_R_G_E_T machine.  If no target is specified explicitly,
  34.                the target is assumed to be the same as the host.
  35.  
  36.  
  37.           --_s_r_c_d_i_r=_D_I_R
  38.                tells configure to find the source in _D_I_R. Object code
  39.                is always built in the current directory, `.'.
  40.  
  41.  
  42.           --_r_m asks configure to remove a configuration rather than
  43.                create one.
  44.  
  45.  
  46.           --_s_i_t_e=_S_I_T_E
  47.                asks configure to use any site-specific Makefile
  48.                fragments for _S_I_T_E when building Makefiles.
  49.  
  50.  
  51.           --_p_r_e_f_i_x=_D_I_R
  52.                sets the location in which to install files to _D_I_R. The
  53.                default is "/usr/local".
  54.  
  55.  
  56.           --_e_x_e_c__p_r_e_f_i_x=_D_I_R
  57.                sets the root directory for host-dependent files to
  58.                _D_I_R. The default location is the value of _p_r_e_f_i_x.
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 3/28/94)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ccccoooonnnnffffiiiigggguuuurrrreeee((((1111))))    ccccyyyyggggnnnnuuuussss ssssuuuuppppppppoooorrrrtttt ((((2222 FFFFeeeebbbbrrrruuuuaaaarrrryyyy 1111999999993333))))     ccccoooonnnnffffiiiigggguuuurrrreeee((((1111))))
  71.  
  72.  
  73.  
  74.           --_p_r_o_g_r_a_m__p_r_e_f_i_x=_D_I_R
  75.                configures the source to install programs which have
  76.                the same names as common Unix programs, such as "make",
  77.                in _D_I_R. Also applies to programs which might be used
  78.                for cross-compilation.
  79.  
  80.  
  81.           --_t_m_p_d_i_r=_D_I_R
  82.                sets the directory in which configure creates temporary
  83.                files to _D_I_R.
  84.  
  85.  
  86.           --_w_i_t_h-_P_A_C_K_A_G_E[=_Y_E_S/_N_O]
  87.                sets a flag for the build to recognize that _P_A_C_K_A_G_E is
  88.                explicitly present or not present.  If =_Y_E_S/_N_O is
  89.                nonexistent, the default is _Y_E_S.
  90.  
  91.  
  92.           --_n_o_r_e_c_u_r_s_i_o_n
  93.                asks that only the current directory be configured.
  94.                Normally _c_o_n_f_i_g_u_r_e recurs on subdirectories.
  95.  
  96.  
  97.           -_n_f_p Notifies _c_o_n_f_i_g_u_r_e that all of the specified hosts have
  98.                _n_o _f_l_o_a_t_i_n_g _p_o_i_n_t units.
  99.  
  100.  
  101.           -_s   used internally by configure to supress status messages
  102.                on subdirectory recursions.  Override with -_v
  103.  
  104.  
  105.           -_v   verbose output.  Asks that configure print status lines
  106.                for each directory configured.  Normally, only the
  107.                status lines for the current directory are printed.
  108.  
  109.  
  110.           --_v_e_r_s_i_o_n
  111.                -_V prints _c_o_n_f_i_g_u_r_e version number.
  112.  
  113.  
  114.           -_h_e_l_p
  115.                displays a brief usage summary.
  116.  
  117.  
  118.  
  119.      FFFFIIIILLLLEEEESSSS
  120.           configure.in   for each directory's individual needs
  121.           Makefile.in    Makefile template
  122.           config.sub     for parsing configuration names
  123.           config.guess   for guessing HOST when not specified
  124.           config.status  non-recursively rebuilds current directory
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 3/28/94)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      ccccoooonnnnffffiiiigggguuuurrrreeee((((1111))))    ccccyyyyggggnnnnuuuussss ssssuuuuppppppppoooorrrrtttt ((((2222 FFFFeeeebbbbrrrruuuuaaaarrrryyyy 1111999999993333))))     ccccoooonnnnffffiiiigggguuuurrrreeee((((1111))))
  137.  
  138.  
  139.  
  140.      FFFFIIIILLLLEEEESSSS
  141.           a.out    the namelist and text space.
  142.           gmon.out dynamic call graph and profile.
  143.           gmon.sum summarized dynamic call graph and profile.
  144.  
  145.  
  146.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  147.           `ccccoooonnnnffffiiiigggguuuurrrreeee' entry in iiiinnnnffffoooo....
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.      Page 3                                          (printed 3/28/94)
  196.  
  197.  
  198.  
  199.